Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    g(h(g(x)))  → g(x)
2:    g(g(x))  → g(h(g(x)))
3:    h(h(x))  → h(f(h(x),x))
There are 3 dependency pairs:
4:    G(g(x))  → G(h(g(x)))
5:    G(g(x))  → H(g(x))
6:    H(h(x))  → H(f(h(x),x))
The approximated dependency graph contains one SCC: {4}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006